home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / hardware / modempwr.lha / ModemPower / ModemPower.doc next >
Text File  |  1995-12-17  |  7KB  |  194 lines

  1.  
  2.  
  3.                 MODEMPOWER
  4.  
  5.  
  6.  
  7.  
  8. ... or how ç00l people say it
  9.  
  10.                 M0ðemPoWa!
  11.  
  12.  
  13. ;-----------------
  14.  
  15.         SECTION Deny_all,DATA
  16.  
  17. I WON'T ACCEPT ANY RESPONSIBILITY ABOUT DAMAGES CAUSED BY USING OR MISUSING
  18. THIS INFORMATION. YOU DO IT ALL AT YOUR OWN RISK.
  19.  
  20. Actually, this (as all of my hardware projects) includes only the idea of
  21. the circuit. They're for people who do have some EXPERIENCE of constructing
  22.  
  23.  
  24. ;-----------------
  25.  
  26.         SECTION    What,DATA
  27.  
  28.  
  29. So, whatta h*ll is this that you, on your weak moment, happened to download?
  30. Maybe I'll tell a story...
  31.  
  32. Once upon a time :) there was a hacker. He was going to study in Oulu
  33. Institute of Technology. He knew, that he was going to get his internet access.
  34. So, he bought a modem, an external one, because he had no card slots in his
  35. beloved computer. But, with the modem came also evil AC/AC-adaptor, that made
  36. noises, mostly at the night. Bzzzzzzzzzzzzzzzzzzzzzzzzzzz.... all night long.
  37.  
  38. Hacker was unhappy. He was tired every morning after being awake all night
  39. because of that evil AC/AC-adaptor. He got p*zzed off. One day, after eating
  40. a delicious, plenty of vitamins containing meal at his school's cafeteria
  41. (actually the food makes people having hallucinations :), he had an idea!
  42. He has a 200 watts power supply in his computer! Plenty of power to get a
  43. single modem running.
  44.  
  45. So, he tried to create a circuit, that converts +12V into 12VAC. He deliberated
  46. upon it... night after day, day after night... until he discovered that a
  47. power-audio-IC could be used as oscillator and charge pump for -12V! He made
  48. first trial circuit based on a TDA2030 power IC. ... and it didn't work. IC
  49. either oscillated at about 200kHz or didn't oscillate at all. Poor little guy
  50. went to bed... sad... sooo sad.
  51.  
  52. Next day he began thinking the circuit over. This time he put, not two, but
  53. three RC-timebases to feedback loop of the IC. It worked! It oscillated
  54. promptly at 50 Hz, output being nice square wave. Eagerly he continued
  55. building the charge pump and ±12V switching circuits. Later that night circuit
  56. was just waiting for a test. During the test, however, become quite clear,
  57. that the IC couldn't deliver enough voltage during +12V phase. So, the poor
  58. little guy went to bed... sad... but not SO sad.
  59.  
  60. Next day he was thinking about ways to make the circuit capable of delivering
  61. more voltage, and if possibe, current. Like a thunderbolt, idea of putting
  62. a PNP transistor to connect original +12V to output instead of drawing it
  63. from the IC stroke his mind. He put the transistor in and... Yes! +12V at
  64. output was steady as rock, no matter how difficult load was connected.
  65.  
  66. After making some optimizing and further tests he connected ß-version of
  67. the circuit to his computer and modem and went for a little ride into the
  68. Internet....
  69.  
  70. Next day he made a little metal case for the circuit, reconstructed
  71. the circuit into the case and connected it in. After testing it to work he
  72. pulled out the BUZZZZZZZZZZZZZZZZZZing AC/AC-adaptor and abandoned it to
  73. a dark, cold corner of his cupboard and lived happily ever after.
  74.  
  75.  
  76. Hmm.... 
  77.  
  78.  
  79. khm.... 
  80.  
  81.  
  82.  
  83. well.....
  84.  
  85.  
  86.  
  87.  
  88. OK! OK! That 'poor little guy' is ME!
  89.  
  90. Yes! That AC/AC-adaptor BUZZZZing all night p*zzed me off!
  91. Yes! I DO have a 200 watts PC power supply in my Amiga!
  92. Yes! It took me some time to get this hack working!
  93. Yes! It's working right now... in fact, I uploaded this package to Aminet using
  94.      my modem powered by MoDeMpOwA.
  95.  
  96.  
  97. ;--------------
  98.  
  99.         SECTION More_Serious_Text,DATA
  100.  
  101.  
  102. So? How does this.. thing work?
  103.  
  104.    <picture: ModemPower.pic1>
  105.  
  106. Main component is, indeed, an audio-power-IC TDA2030. Its positive input is
  107. connected to half of input voltage. Negative input is connected to output
  108. via three phase-shifting RC timebases. When +12V is supplied to pin 5 of
  109. the IC, pin 1 (+ input) raises to +6V. Positive input is higher than negative,
  110. so, output will go high, to nearly +12V. From output current flows via 100k
  111. resistors to 100n capacitors. First capacitor takes a little while to charge,
  112. when it's charged, current flows thru second resistor to second cap and
  113. finally thru third resistor to third cap and to negative input of the IC.
  114. Negative input raises higher than positive input, so, output will go low,
  115. nearly to 0V. Negative input follows it after a while, and so on.
  116.  
  117.    <picture: ModemPower.pic2>
  118.  
  119. Square wave in output pin of the IC will be fed into charge pump, that is
  120. 2200/16V electrolytic capacitor and 1N4001 diode. When square wave goes up,
  121. diode keeps cathode of the elco below 1 volt. About ten volts is charged into
  122. the elco. When square wave goes down, cathode of elco goes down to about -9V,
  123. that is connected to output of circuit via Q2. That happens, when square wave
  124. is low. When it's high, Q3 gets it base current and draws base current from
  125. Q1, that connects original +12V to output. At the same time, Q4 gets its base
  126. current and supplies base current for Q5, that prevents Q2 from leading.
  127. A 47n capacitor from output to ground is for suppressing RF disturbance.
  128.  
  129. ;------------------------------
  130.  
  131.         SECTION    Before_Building,DATA
  132.  
  133. First! Make sure that your modem has either one of its power connector's pins
  134. connected to GROUND of modem's RS-232/eqv. connector. That is vital, because
  135. this circuit relies upon that. Otherways, some smoke will be generated.
  136.  
  137. I'm using this ...thing with my Well XM-2814SAM external modem. It seems to
  138. work fine. I tested MoDeMPoWa with 1A positive half-wave load and 150mA
  139. negative half-wave load. Worked fine. I tested powered my modem by MoDeMPoWa
  140. and lowered input voltage. Problems occured when input voltage was as low as
  141. 8 volts. So, it seems to be enough headroom there...
  142.  
  143. About constructing the circuit.. do it as you like. It's wise to add a 1.25A
  144. fuse to supply line of this circuit, in case something goes wrong (accidental
  145. short-circuit between output and ground, that's quite possible). 
  146.  
  147. Custom-made PCB would be nice, but a piece of vero board will do just fine.
  148.  
  149. Those power transistors won't need any cooling, they are just switches. The IC
  150. needs a little cooling to prevent IRCing to stop because of overheating.
  151. If the circuit is placed to a metal case, just attach the IC to the case.
  152. IC's metallic part is connected to pin 3, that is, the ground.
  153.  
  154. You do remember to connect GND of ModeMpOwA to the ground-connected pin in
  155. power connector of the modem, don't you? Otherways, the fuse recommended
  156. earlier comes in handy.
  157.  
  158. Well, I think that's enough guidelines for you to construct the .. thing.
  159.  
  160. Long live and prosper, sano savolaenen.
  161.  
  162.  
  163. Send snails to:
  164.         Arto Niskanen
  165.         Valtatie 8A8
  166.         90500 OULU
  167. ..and that's in FINLAND
  168.  
  169. ..and electrones to:
  170.         archy@rhea.otol.fi
  171.  
  172.  
  173.  
  174. ;----------------
  175.  
  176.         SECTION    ADDENDUM,DATA
  177.  
  178.  <picture: ModemPower.pic3>
  179.  
  180. Just added some information about creating a -8VDC voltage with this... thing.
  181. Might be CøøL for those tower-builders.. as nowadays seems that PeaSea-
  182. Power'supplies' don't output any negative voltages. To make an Amiga work
  183. with that kind of... PeaSeaCr*p'Power', use e.g. this to make serial port(s)
  184. and audio output to work.
  185.  
  186. Principle is simple, a diode is used to grab that -9V part of a square wave
  187. and an elco to filter it... This might supply a few hundred milliamps.
  188.  
  189. Nzoi!
  190.  
  191.         17.12.1995        Archy
  192.  
  193.  
  194.